home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / anos / install_dis.lha / AmigaDIS / NOS_Docs / Nos_Introduction.txt < prev    next >
Encoding:
Text File  |  1993-12-23  |  8.2 KB  |  220 lines

  1.                       Quit Introduction to NOS & Demon Internet
  2.                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Overview
  5. ~~~~~~~~
  6.     The Install_DIS package combines an internet networking program
  7.     (AmigaNOS) an off-line mail reader (AmigaELM) and an off-line
  8.     news reader (TIN).
  9.  
  10.     This provides you with the following services:
  11.  
  12.     * Send and receive E-Mail to and from multiple mail addresses
  13.     * A read/write newsfeed to the 7000+ USENET newsgroups
  14.     * FTP access to 1000's of free ftp servers
  15.     * Telnet remote logins
  16.  
  17. When You Connect
  18. ~~~~~~~~~~~~~~~~
  19.     When you click on the "Connect" icon Amiganos will attempt
  20.     to dial out to Demon and setup a SLIP connection.  You can
  21.     see some of the disl scrip negotiations in the status window.
  22.     
  23.     Whenever you connect to Demon Internet a number of background
  24.     tasks start up automatically.  Some of these receive new mail
  25.     messages for your site and transmit any mail postings you have
  26.     made across onto the internet. Other processes collect new
  27.     news postings from the Demon News server and pass any news
  28.     postings onto USENET.  All these processes can be seen runnung
  29.     in the status window at the foot of the main command window.
  30.  
  31. The Command Window
  32. ~~~~~~~~~~~~~~~~~~
  33.     The main command window is a command line interface (the net>
  34.     prompt) at which you can enter a number of commands.  Some
  35.     of these command (ftp, telnet, ping) will start up new windows
  36.     calles sessions. You can have many sessions running at the same
  37.     time all shareing bandwidth on your modem line, but unlike
  38.     true Amiga windows you can not use the mouse to swap between
  39.     sessions.  Instead use the HELP key to return to the
  40.     command window (session 0) and from here type "session n" where
  41.     n if the session you wish to become active. (HINT: return
  42.     always takes you to the previous session).
  43.  
  44.     Some usefull commande:
  45.  
  46.         ping     - Send a small packet of data to an internet address
  47.         ftp      - Start an FTP session for file transfer.
  48.         telnet    - Logfon to remote computer
  49.         finger    - Get information about a site or user
  50.         session - Print list of current sessions or change session
  51.         socet    - Print list of active sockets (IP connections)
  52.         exit    - Abort all connections and hang up
  53.         autoexit- Set the autoexit mode ie exit when all connections
  54.               closed.
  55.  
  56. Testing your Connection - Ping
  57. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58.     To confirm that you connection is working lets try connecting
  59.     to a machine across the internet.  The "ping" command sends
  60.     a small data packet from you computer to another computer
  61.     on the internet and waits for a reply.
  62.  
  63.     Example: Type "ping gate.demon.co.uk"
  64.  
  65.     You computer will try to resolve the name "gate.demon.co.uk" 
  66.     into an IP number (eg 158.152.1.65) and then set out a data
  67.     packet.  If all goes ok then you should se a reply like
  68.     
  69.     158.152.1.65 2 rtt 1600
  70.     
  71.     Gate is a machine in the London office of Demon Internet, 
  72.     you might wat to try news.demon.co.uk (the news server that
  73.     you will be downloading USENET articals from), or 
  74.     doc.is.ac.uk (a comuter which runs and archie server - more
  75.     on this later) and word.std.com    a computer in the USA.
  76.  
  77. Transfering Files (FTP)
  78. ~~~~~~~~~~~~~~~~~~~~~~~
  79.     Files are transfered around the internet vie FTP (File
  80.     transfer protocol).  There are a vast number of ftp servers
  81.     on the internet which contain a huge number of files that may
  82.     be transfered for free - directly to you local hard disk.
  83.     Here is an example of how to connect to demons own ftp 
  84.     server called ftp.demon.co.uk
  85.  
  86.     ftp ftp.demon.co.uk
  87.  
  88.     This will start up a new session and connect you to the ftp
  89.     server.  All ftp sites will ask you to log in.  As you will
  90.     not have a personal account on the server you can log on
  91.     as "ftp".  At the password prompt enter your full E-Mail
  92.     address. For example if you name is "fred" and you nodename
  93.     is "eggbox" then your mail address would be
  94.     "fred@eggbox.demon.co.uk"
  95.  
  96.     At this point you will be presented with an "ftp>" prompt.
  97.     Some usefull commands that can be entered here are
  98.  
  99.     dir      lists files in current directory, and will allow
  100.          filename pattern matching.  eg dir *.txt will
  101.         show all files ending with the .txt suffix.
  102.         Remember most of the ftp servers will be unix
  103.         machines so that filenames are case sesative.
  104.  
  105.     cd    Change doirectory.  eg cd pub/amiga will change
  106.         from the current directory to a public amiga
  107.         directory.(NOTE: / not \) "cd .." will move
  108.         back one level of directory.
  109.  
  110.     pwd    Print working directory.  Handt if you get lost
  111.         and the ftp prompt does not show you where you are!
  112.  
  113.     bin    Change to binary mode.  If the files you are about
  114.         to transfer are not just plain text then you must
  115.         set the transfer mode before getting the file  Some
  116.         ftp servers will set the mode for you - but if they
  117.         don't then the transferd file will be no good to you.
  118.     get    Get a file eg "get modem.txt" will send the file from
  119.         the ftp server to your DIS:AmigaNOS/SLIP/Spool/Downloads
  120.         directry.  "get file_name new_file_name will transfer
  121.         "file_name" but call it "new_file_name" when it arrives
  122.         on your computer.
  123.     mget    Multiple file get.  As above but will accept patten 
  124.         matching, using unix style patternds  eg "get *.txt"
  125.         will retreive all .txt files.  You can also pass
  126.         a lst of files eg "mget file1 file2 file3"
  127.     quit    To end an ftp session.
  128.  
  129.     Most ftp servers have read-me files and files which contain
  130.     list and descriptions of files contained on the server. For
  131.     example on ftp.luth.se in directory /pub/amiga is a file
  132.     LONG which hols a list of all the Amiga files held on this
  133.     site in Switzeland
  134.  
  135.     Example: to transfer the file Demon.txt from ftp.demon.co.uk
  136.     words in quotes are commands that have been entered.
  137.     
  138.         "ftp ftp.demon.co.uk"
  139.         331 Guest login ok, send ident as password.
  140.         Password: "?????"
  141.         230 Guest login ok, access restrictions apply.
  142.         ftp> "cd /pub/doc"
  143.         250 CWD command successful.
  144.         ftp> "dir *.txt"
  145.         200 PORT command successful.
  146.         150 Opening ASCII mode data connection for /bin/ls (0 bytes).
  147.         -rw-rw-r--   1 ftp  ftp     17938 Dec 22 14:55 Demon.txt
  148.         -rw-rw-r--   1 ftp  ftp     20621 Dec 22 14:55 Modem.txt
  149.         -rw-rw-r--   1 ftp  ftp     10904 Dec 22 14:55 Services.txt
  150.         -rw-rw-r--   1 ftp  ftp     12770 Dec 22 14:55 Welcome.txt
  151.         -rw-rw-r--   1 ftp  ftp      1369 Jul 06 18:15 problem.txt
  152.         Get complete: 332 bytes in 0 sec (1200/sec)
  153.         226 Transfer complete.
  154.         ftp> "get problem.txt"
  155.         200 Type set to I.
  156.         200 PORT command successful.
  157.         150 Opening BINARY mode data connection for problem.txt (1369 bytes).
  158.              : Bytes Received     216     432     648     864    1080    1296
  159.         Get complete: 1369 bytes in 0 sec (1381/sec)
  160.         226 Transfer complete.
  161.         ftp> "quit"
  162.         221 Goodbye.
  163.         FTP session 1 closed: EOF
  164.         Hit enter to continue
  165.  
  166.     HINT:    When lsting directories they will scroll past on the screen
  167.     and you may not be able to read them.  To record the the contects of
  168.     and session use the "record file" command from the command screen.
  169.     Example: Connect to the ftp server first.
  170.         Press HELP to return to the command screen
  171.         Enter    "record files.txt"
  172.     ftp ftp    press RETURN to return to the ftp session
  173.         Enter "dir"
  174.     all output will then be recorded in the file files.txt in the
  175.     DIS:AmigaNOS/SLIP/Spool/Downloads directory. Use "Record off"
  176.     from the command scren to disable this function.
  177.  
  178. Telnet - Remote login
  179. ~~~~~~~~~~~~~~~~~~~~~
  180.     This allows you to login and run programs on any computer on 
  181.     the internet (providing the remote system allows entry)
  182.  
  183.     Example: To run the "archie" file search program on the doc.ic
  184.     computer.
  185.  
  186.         net> "telnet doc.ic.ac.uk"
  187.         Login:    "archie"
  188.         archie
  189.         # Bunyip Information Systems, 1993
  190.         # Terminal type set to `network 24 80'.
  191.         # `erase' character is `^?'.
  192.         # `search' (type string) has the value `sub'.
  193.         archie.doc.ic.ac.uk> help
  194.             <list of help cpmmands>
  195.         archie.doc.ic.ac.uk> "find reqtools*"
  196.         # Search type: sub.
  197.         # Your queue position: 1
  198.         working...              <list of ftp sites, directories and files>
  199.         232 matches were found.
  200.  
  201. Finger
  202. ~~~~~~
  203.     The finger command allows you to find out information about
  204.     users at a site.  Example
  205.     
  206.         finger fred@eggbox.demon.co.uk
  207.     
  208.     will give info on fred, where as
  209.     
  210.         finger @gate.demon.co.uk
  211.  
  212.     will give a list of users logged onto gate.
  213.     A usefull command is
  214.     
  215.         finger yoursite@post.demon.co.uk
  216.  
  217.     which will give you a list of all mail waiting to be transfered
  218.     to your machine.
  219.  
  220. To be continued....